From 81d1be4923b3f5511c3b929c686c0b0de9326fb2 Mon Sep 17 00:00:00 2001 From: Stephen Becker IV Date: Wed, 24 Feb 2016 21:27:27 -0800 Subject: [PATCH] Add a note for the 32 bit flag Per https://github.com/rust-lang/cargo/issues/1375 Just add a note around the python script flag --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1335573a6..ef520a14e 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ make install If, however, you have neither `rustc` nor `cargo` previously installed you can run: +Note: if building for 32 bit systems run `BIT=32 python -B ..` + ```sh python -B src/etc/install-deps.py ./configure --local-rust-root="$PWD"/rustc -- 2.30.2